x86emul: use DstEax where possible
authorJan Beulich <jbeulich@suse.com>
Fri, 12 Aug 2016 14:57:32 +0000 (16:57 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 12 Aug 2016 14:57:32 +0000 (16:57 +0200)
commitc0bc0adf24d6991fad29aa788382d3533b532174
tree83ed2361f1ff00336ba575697f6ce0170e9f1053
parent989cdfa9b484c2c2eb41f779fa6df7fd29a00e81
x86emul: use DstEax where possible

While it avoids just a few instructions, we should nevertheless make
use of generic code as much as possible.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/arch/x86/x86_emulate/x86_emulate.c